home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_416 / utils / head / readme < prev    next >
Text File  |  1992-05-06  |  652b  |  25 lines

  1. Head
  2. ----
  3.  
  4.   CLI usage: head [lines <num>] file
  5.  
  6.   WB usage: hold down the SHIFT key, click on the head.iconx, then double
  7.         click on the required text icon
  8.  
  9.   This program displays the first <num> lines of a file.
  10.  
  11.   The lines <num> is optional. If present then the first <num> lines of
  12. the file are displayed, if missing then the program defaults to 10 lines.
  13. Note that the letter `l' can be used as a synonym for `lines'. For WB usage
  14. the program always displays the first ten lines.
  15.  
  16.   eg. To display the first 15 lines of the file `foo'
  17.  
  18.     head lines 15 foo
  19.  
  20.       To display the first 10 lines of file `fred'
  21.  
  22.     head fred
  23.  
  24.   Head is 452 bytes long
  25.